home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
internet-tools
/
internet-install-tools
/
varknet3
/
net3.lha
/
AmiTCP-4.0
/
db
/
ftpconversions
< prev
next >
Wrap
Text File
|
1994-07-24
|
507b
|
10 lines
;.Z; ; ;compress -d -c %s;T_REG|T_ASCII;O_UNCOMPRESS;UNCOMPRESS
; ; ;.Z;compress -c %s;T_REG;O_COMPRESS;COMPRESS
;.gz; ; ;gzip -cd %s;T_REG|T_ASCII;O_UNCOMPRESS;GUNZIP
; ; ;.gz;gzip -9 -c %s;T_REG;O_COMPRESS;GZIP
; ; ;.tar;tar -c -f - %s;T_REG|T_DIR;O_TAR;TAR
# Add those two lines only if you have a tar
# that supports the -Z and -z options:
# ; ; ;.tar.Z;tar -c -Z -f - %s;T_REG|T_DIR;O_COMPRESS|O_TAR;TAR+COMPRESS
# ; ; ;.tar.gz;tar -c -z -f - %s;T_REG|T_DIR;O_COMPRESS|O_TAR;TAR+GZIP